Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pcg-cpp-devel-0.98.1^20220408git428802d-17.fc42 RPM for noarch

From Fedora Rawhide for x86_64 / p

Name: pcg-cpp-devel Distribution: Fedora Project
Version: 0.98.1^20220408git428802d Vendor: Fedora Project
Release: 17.fc42 Build date: Fri Jan 17 23:49:18 2025
Group: Unspecified Build host: buildhw-x86-06.iad2.fedoraproject.org
Size: 134803 Source RPM: pcg-cpp-0.98.1^20220408git428802d-17.fc42.src.rpm
Packager: Fedora Project
Url: https://github.com/imneme/pcg-cpp
Summary: PCG Random Number Generation, C++ Edition
This code provides an implementation of the PCG family of random number
generators, which are fast, statistically excellent, and offer a number of
useful features.

Full details can be found at the PCG-Random website
(http://www.pcg-random.org/). This version of the code provides many family
members – if you just want one simple generator, you may prefer the minimal C
version of the library.

There are two kinds of generator, normal generators and extended generators.
Extended generators provide k dimensional equidistribution and can perform
party tricks, but generally speaking most people only need the normal
generators.

There are two ways to access the generators, using a convenience typedef or by
using the underlying templates directly (similar to C++11’s std::mt19937
typedef vs its std::mersenne_twister_engine template). For most users, the
convenience typedef is what you want, and probably you’re fine with pcg32 for
32-bit numbers. If you want 64-bit numbers, either use pcg64 (or, if you’re on
a 32-bit system, making 64 bits from two calls to pcg32_k2 may be faster).

Provides

Requires

License

MIT OR Apache-2.0

Changelog

* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-16
  - Add a SourceLicense field
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-15
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.98.1^20220408git428802d-9
  - Remove explicit %set_build_flags, not needed since F36
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.98.1^20220408git428802d-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

Files

/usr/include/pcg_extras.hpp
/usr/include/pcg_random.hpp
/usr/include/pcg_uint128.hpp
/usr/share/licenses/pcg-cpp-devel
/usr/share/licenses/pcg-cpp-devel/LICENSE-APACHE.txt
/usr/share/licenses/pcg-cpp-devel/LICENSE-MIT.txt
/usr/share/licenses/pcg-cpp-devel/LICENSE.spdx


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jun 6 01:03:51 2025